This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Martha Bubjumibergettu 20.Jan.04 10:06 PM a Web browser Domino Designer6.0.2 CF2Windows XP
I have a view with 2 columns.
Is there anyway I could perform a dblookup (using a key to match the first column) and then, perform a dbcolumn to get a list of the second column values (when the first column match with the key)?
For example, if below is my view:
Chicago 001
Chicago 002
Chicago 003
New York 004
New York 005
if my key is "Chicago", I want the dbcolumn to return 001, 002 and 003.
Is it possible at all? I'm trying to avoid creating too many views.